testsuite: Sort gsk compare tests
authorMatthias Clasen <mclasen@redhat.com>
Thu, 1 Apr 2021 21:03:54 +0000 (17:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 2 Apr 2021 00:07:13 +0000 (20:07 -0400)
Easier to find things that way.

testsuite/gsk/meson.build

index 189621cb749a80bcd75150e62ccb171865559739..8a15261ba01b48fc986f77439fc60fbcdcca6cdd 100644 (file)
@@ -20,11 +20,19 @@ node_parser = executable(
 )
 
 compare_render_tests = [
-  'blend-normal',
   'blend-difference',
+  'blend-invisible-child',
+  'blend-normal',
+  'borders-rotated',
+  'borders-scaled',
   'clip-coordinates-2d',
   'clip-coordinates-3d',
+  'clip-in-rounded-clip1',
+  'clip-in-rounded-clip2',
+  'clip-in-rounded-clip3',
+  'clipped-repeat-3d-ngl',
   'clipped_rounded_clip',
+  'clip-nested1',
   'color-blur0',
   'color-matrix-identity',
   'cross-fade-in-opacity',
@@ -49,37 +57,28 @@ compare_render_tests = [
   'empty-shadow',
   'empty-texture',
   'empty-transform',
+  'inset-shadow-multiple',
   'invalid-transform',
+  'issue-3615',
+  'nested-rounded-clips',
   'opacity_clip',
+  'opacity-overlapping-children',
   'outset_shadow_offset_both',
   'outset_shadow_offset_x',
   'outset_shadow_offset_y',
   'outset_shadow_rounded_top',
   'outset_shadow_simple',
   'scaled-cairo',
+  'scale-up-down',
   'shadow-in-opacity',
   'texture-url',
-  'color-matrix-identity',
-  'clip-nested1',
-  'scale-up-down',
-  'opacity-overlapping-children',
   'repeat',
-  'repeat-texture',
   'repeat-no-repeat',
   'repeat-negative-coords',
-  'inset-shadow-multiple',
-  'borders-rotated',
-  'borders-scaled',
-  'blend-invisible-child',
+  'repeat-texture',
   'transform-in-transform',
   'transform-in-transform-in-transform',
-  'nested-rounded-clips',
-  'clip-in-rounded-clip1',
-  'clip-in-rounded-clip2',
-  'clip-in-rounded-clip3',
   'rounded-clip-in-clip-3d', # not really 3d, but cairo fails it
-  'clipped-repeat-3d-ngl',
-  'issue-3615'
 ]
 
 # these are too sensitive to differences in the renderers